From 66071234f62314e339aafbd21b7f7bbe53535d18 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 31 Jan 2014 11:11:23 -0500 Subject: [PATCH] docs: list items require blank lines --- gtk/deprecated/gtkrc.c | 20 +++++++++++++++++++- gtk/gtkcalendar.c | 7 ++++--- gtk/gtktextbuffer.c | 4 ++-- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/gtk/deprecated/gtkrc.c b/gtk/deprecated/gtkrc.c index 5f21a94ef1..97095f7d9d 100644 --- a/gtk/deprecated/gtkrc.c +++ b/gtk/deprecated/gtkrc.c @@ -163,10 +163,15 @@ * that can be specified are (highest to lowest): * * - highest + * * - rc + * * - theme + * * - application + * * - gtk + * * - lowest * * rc is the default for styles @@ -207,7 +212,7 @@ * applications that are affected by them. * This reduces the overall amount of RC styles that have to be considered * for a match across a group of applications. - + * * 2. Merge multiple styles which use the same matching rule, for instance: * |[ * style "Foo" { foo_content } @@ -578,18 +583,31 @@ * modifiers can be: * * - <alt> + * * - <ctl> + * * - <control> + * * - <meta> + * * - <hyper> + * * - <super> + * * - <mod1> + * * - <mod2> + * * - <mod3> + * * - <mod4> + * * - <mod5> + * * - <release> + * * - <shft> + * * - <shift> * * <shft> is an alias for diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 1bc58bdd9a..070ff28e78 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -50,9 +50,10 @@ * The selected date can be retrieved from a #GtkCalendar using * gtk_calendar_get_date(). * - * Users should be aware that, although the Gregorian calendar is the legal - * calendar in most countries, it was adopted progressively between 1582 and - * 1929. Display before these dates is likely to be historically incorrect. + * Users should be aware that, although the Gregorian calendar is the + * legal calendar in most countries, it was adopted progressively + * between 1582 and 1929. Display before these dates is likely to be + * historically incorrect. */ #include "config.h" diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index a0cde545b2..8ae90cc498 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -2974,8 +2974,8 @@ gtk_text_buffer_get_start_iter (GtkTextBuffer *buffer, * * Initializes @iter with the "end iterator," one past the last valid * character in the text buffer. If dereferenced with - * gtk_text_iter_get_char(), the end iterator has a character value of - * 0. The entire buffer lies in the range from the first position in + * gtk_text_iter_get_char(), the end iterator has a character value of 0. + * The entire buffer lies in the range from the first position in * the buffer (call gtk_text_buffer_get_start_iter() to get * character position 0) to the end iterator. **/ -- 2.30.2